home *** CD-ROM | disk | FTP | other *** search
/ Total Java Scripts / Total Java Scripts.iso / Utilities / buttonmakers / javabutton3 / js3b.exe / 0 / RCDATA / TFORM5 / TFORM5.txt
Text File  |  1998-10-30  |  680b  |  36 lines

  1. object Form5: TForm5
  2.   Left = 663
  3.   Top = 201
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Source Code'
  7.   ClientHeight = 374
  8.   ClientWidth = 691
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Memo1: TMemo
  19.     Left = 0
  20.     Top = 0
  21.     Width = 689
  22.     Height = 345
  23.     ReadOnly = True
  24.     ScrollBars = ssBoth
  25.     TabOrder = 0
  26.   end
  27.   object BitBtn1: TBitBtn
  28.     Left = 0
  29.     Top = 348
  30.     Width = 689
  31.     Height = 25
  32.     TabOrder = 1
  33.     Kind = bkOK
  34.   end
  35. end
  36.